Dimension Explained

Introduction

When we say a line is “1‑dimensional” and a plane is “2‑dimensional,” we’re really talking about how many numbers it takes to describe any point in that space.
Because you already know what a basis is, you’re ready to see how dimension naturally follows from that idea.

This article explains:

What Is Dimension?

The dimension of a vector space is:

This works because:

So:

Why Dimension Makes Sense

Here are some intuitive ways to think about dimension:

1. Number of Directions

2. Number of Coordinates Needed

To describe a point:

3. Number of Basis Vectors

A basis for:

This matches perfectly with the coordinate idea.

Examples of Dimensions

1. A Line Through the Origin

Any line through the origin in $\mathbb{R}^2$ can be written as: $$\text{span}\{(a,b)\}$$ This set has one basis vector → dimension $1$.

2. The Entire Plane $\mathbb{R}^2$

A basis might be:

Two basis vectors → dimension $2$.

3. A Plane Inside $\mathbb{R}^3$

Example: $$\text{span}\{(1,0,0),(0,1,0)\}$$ Two independent vectors → dimension $2$.

4. The Whole Space $\mathbb{R}^3$

Standard basis:

Three basis vectors → dimension $3$.

How to Determine Dimension

To find the dimension of a space:

  1. Find a basis (or reduce a spanning set to a basis).
  2. Count the number of vectors in that basis.
  3. That count is the dimension.

Some helpful reminders:

Exercises

Exercises

  1. What is the dimension of the space $\text{span}\{(2,1)\}$ in $\mathbb{R}^2$?

    Solution

    The set has one nonzero vector.
    A single vector spans a line → dimension $1$.

  2. Determine the dimension of the space spanned by $\{(1,0,0),(0,1,0)\}$ in $\mathbb{R}^3$.

    Solution

    Two independent vectors in $\mathbb{R}^3$ span a plane.
    A plane has dimension $2$.

  3. True or false: A basis for $\mathbb{R}^2$ must contain exactly two vectors.

    Solution

    True.
    Every basis of $\mathbb{R}^2$ has exactly two vectors.

  4. Find the dimension of the space spanned by $\{(1,1),(2,2)\}$.

    Solution

    The vectors $(1,1)$ and $(2,2)$ are dependent (second is twice the first).
    So the span is a line → dimension $1$.

  5. How many coordinates are needed to describe a point in a 4‑dimensional vector space?

    Solution

    A 4‑dimensional space requires 4 coordinates.

  6. Determine whether the set $\{(1,0,0),(0,1,0),(0,0,1),(1,1,1)\}$ can be a basis for $\mathbb{R}^3$.

    Solution

    A basis for $\mathbb{R}^3$ must have exactly 3 independent vectors.
    This set has 4 vectors → cannot be a basis.